API Documentation
EntityWrapper.h
1 // EntityWrapper.h
3 //
5 
7 {
11  class DLL_ASTRAEUS_EXPORT EntityWrapper final
12  {
13  public :
14 
15  // Environment update
22 
23  // Callbacks
24  // Functions
58  } ;
59 }
nkScripts::Environment
Defines an environment in which scripts can execute.
Definition: Environment.h:14
nkAstraeus::lua::nkGraphicsWrap::EntityWrapper::updateEnvironment
static void updateEnvironment(nkScripts::Environment *env)
nkAstraeus::lua::nkGraphicsWrap
Encompasses the wrapping of nkGraphics for Lua.
Definition: BoundingBoxWrapper.h:7
nkAstraeus::lua::nkGraphicsWrap::EntityWrapper::removeChild
static nkScripts::OutputValue removeChild(const nkScripts::DataStack &stack)
nkMemory::BufferView
A view over data.
Definition: BufferView.h:18
nkAstraeus::lua::nkGraphicsWrap::EntityWrapper
Wraps a nkGraphics::Entity and offers functions for use in scripting.
Definition: EntityWrapper.h:12
nkScripts::FunctionParameter
A function parameter, used within the stack of arguments.
Definition: FunctionParameter.h:25
nkAstraeus::lua::nkGraphicsWrap::EntityWrapper::setShader
static nkScripts::OutputValue setShader(const nkScripts::DataStack &stack)
nkAstraeus::lua::nkGraphicsWrap::EntityWrapper::addChild
static nkScripts::OutputValue addChild(const nkScripts::DataStack &stack)